Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Else

Packages that use Else
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Else in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Else
 Else If.getElse()
          Returns the final conditional in this if.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Else
 void If.setElse(Else elseClause)
          Sets the else element to process if this element's condition and all secondary conditions evaluate to false.